Home Overview
v2.1
Domain Intelligence Suite

The smart way to
understand any domain

Appraise value, audit SEO health, test pronunciation, and generate sitemaps — all from one professional dashboard.

Domain Appraisal

Score any domain on length, TLD quality, brandability, and pronunciation — with a realistic market value range.

SEO Audit

Analyze title tags, meta descriptions, H1s, canonical URLs, Open Graph, and more.

Pronunciation Flow

Get an easy/difficult verdict with the reasoning behind it, plus IPA breakdown and fluency tips.

Sitemap Generator

Create valid XML sitemaps with priorities, change frequencies, and canonical URLs for Google Search Console.

Dashboard

Your analysis history and performance overview

0
Domains Appraised
0
SEO Audits Run
0
Words Analyzed
Recent Activity
Your last analyses across all tools

No analyses yet — run a tool to see history here.

Domain Appraisal

Get an instant score, pronunciation verdict, and market value estimate for any domain name

Enter Domain
Include the TLD (e.g. flowdiction.com)
/ 200
Estimated Market Value
Domain
Pronunciation Verdict

Scoring Factors
SEO Metrics
Brandability and search performance indicators

Run an appraisal to see SEO metrics

SEO Audit

Analyze on-page SEO health and get actionable recommendations

Page Details
Enter URL and meta information manually or let the tool inspect
Audit Results
Issues, passes, and overall grade

Fill in page details and click Run Audit

Pronunciation Flow

Get a clear easy/difficult verdict, phonetic breakdown, and fluency tips for any word

Enter Word
Works best with English words and brand names
IPA Approximation
Syllables
Vowels
Flow Score
Pronunciation Ease
Quick Reference
Common phonemes and pronunciation patterns
tion → /ʃən/ (e.g. nation = /neɪʃən/)
ph → /f/ (e.g. phone = /foʊn/)
ee / ea → /iː/ (e.g. feed, read)
ou → /aʊ/ (e.g. out = /aʊt/)
ng → /ŋ/ (e.g. ring = /rɪŋ/)
ight → /aɪt/ (e.g. light = /laɪt/)

Sitemap Generator

Generate a valid XML sitemap ready for Google Search Console submission

Site Configuration
Enter your domain and pages to include
Pages (one per line — path only)

XML Output
Copy and submit to Google Search Console

Configure your site and generate the sitemap

Developers

Everything you need to integrate Flowdiction into your own product

Worker Endpoints
All routes are exposed by the Cloudflare Worker backend
POST/analyzeDomain score, tier, price, factors, pronunciation
POST/seoGrade, score, issues, passes
POST/flowPhonemes, syllables, easy/difficult verdict
POST/sitemapXML sitemap string
GET/sitemap.xmlStatic XML sitemap
Quickstart
Example request using fetch
const res = await fetch('https://your-worker.workers.dev/analyze', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({ domain: 'example.com' })
});
const data = await res.json();
Sample Response — /analyze
{
  "domain": "example.com",
  "score": 148,
  "tier": "Strong",
  "price": "$1,500 – $12,000",
  "pronunciation": { "difficulty": "easy", "score": 78 },
  "factors": [ ... ]
}

API Access

Generate a demo key to test authenticated requests

Your API Key
Demo key for illustration — include it as the X-API-Key header

Demo key for illustration only — this frontend does not enforce authentication server-side.

Using Your Key
Example authenticated request
curl -X POST https://your-worker.workers.dev/analyze \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_KEY" \
  -d '{"domain":"example.com"}'

Admin Panel

Registered users and platform activity (demo data, stored locally in your browser)

0
Registered Users
0
Domains Appraised
0
SEO Audits Run
User Accounts
Everyone who has signed up in this browser